projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e07469f
)
* lisp/progmodes/js.el: Tweak autoload cookie for alias.
author
Leo Liu
<sdl.web@gmail.com>
Fri, 18 Jan 2013 18:22:18 +0000
(
02:22
+0800)
committer
Leo Liu
<sdl.web@gmail.com>
Fri, 18 Jan 2013 18:22:18 +0000
(
02:22
+0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/progmodes/js.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index c2a58265ffd2f15a42c3c4c3b44d3da3f65e89ee..0905c20381ab4fdbb68836bc0c3dd88b7ef84c34 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2013-01-18 Leo Liu <sdl.web@gmail.com>
+
+ * progmodes/js.el: Tweak autoload cookie for alias.
+
2013-01-17 Michael Albinus <michael.albinus@gmx.de>
* autorevert.el (auto-revert-notify-watch-descriptor): Make it
diff --git
a/lisp/progmodes/js.el
b/lisp/progmodes/js.el
index 96e6039a8c263a1ee35b8690c3013692f48d45e5..5f76cb4bbc50c4cff0d0a3e5e03df03d7173b9dc 100644
(file)
--- a/
lisp/progmodes/js.el
+++ b/
lisp/progmodes/js.el
@@
-3405,8
+3405,7
@@
If one hasn't been set, or if it's stale, prompt for a new one."
;; calls to syntax-propertize wherever it's really needed.
(syntax-propertize (point-max)))
-;;;###autoload
-(defalias 'javascript-mode 'js-mode)
+;;;###autoload (defalias 'javascript-mode 'js-mode)
(eval-after-load 'folding
'(when (fboundp 'folding-add-to-marks-list)